×

lazy initialization中文什么意思

发音:   用"lazy initialization"造句
  • 迟缓初始化
  • 缓式初始化
  • 延迟初始化
  • lazy:    adj. (-zier; -ziest) 1.懒惰的,没 ...
  • initialization:    初始化, 赋初值, 预置; 初始化(动作)初始化; 初始化(计算机)预置; 恢复 初始 初始发送 初始工作 初始化 初始状态 初始准备 初值发送 初置 预置; 起始;恢复;清除;预置; 启始化; 设定初值; 预置初始状态
  • lazy:    adj. (-zier; -ziest) 1.懒惰的,没精打采的。 2.慢吞吞的。 3.令人懒散的。 a lazy boy [beggar, dog] 〔口语〕懒鬼。 a lazy stream 缓流。 a hot, lazy summer 夏日炎炎正好眠。 adj. -ish 懒散的,懒洋洋的。
  • argument initialization:    参数的初始化
  • array initialization:    数组被值; 数组初始状态; 数组预置值
下载手机词典可随时随地查词查翻译

例句与用法

  1. Lazy initialization of memory structures will save cpu time and may defer the activation of other plug - ins
    内存结构的滞后初始化可以节省cpu时间并延迟其他插件的激活。
  2. Instead of double - checked locking , use the initialize - on - demand holder class idiom , which provides lazy initialization , is thread - safe , and is faster and less confusing than double - checked locking
    不使用双重检查锁定,而使用initialize - on - demand holder class idiom ,它提供了迟缓初始化,是线程安全的,而且比双重检查锁定更快且没那么混乱:
  3. This idiom derives its thread safety from the fact that operations that are part of class initialization , such as static initializers , are guaranteed to be visible to all threads that use that class , and its lazy initialization from the fact that the inner class is not loaded until some thread references one of its fields or methods
    这个idiom由属于类初始化的操作(如静态初始化器)保证对使用这个类的所有线程都是可见的这一事实衍生其线程安全性,内部类直到有线程引用其字段或者方法时才装载这一事实衍生出迟缓初始化。
  4. In addition to inconsistent synchronization , a number of other detectors for common threading errors are included , such as waiting on a monitor with two locks held which , while not necessarily a bug , could cause a deadlock , using the double - checked locking idiom , incorrect lazy initialization of nonvolatile fields , invoking
    除了inconsistent synchronization之外, findbugs还包含其他很多用于检测常见线程错误的检测器,如在加锁两次的情况下等待监视器(这虽然不一定是bug ,但是可能导致死锁) ,使用双检测加锁模式,不正确地初始化非易失性的域,对线程调用

百科释义

    In computer programming, lazy initialization is the tactic of delaying the creation of an object, the calculation of a value, or some other expensive process until the first time it is needed.
    详细百科解释

相关词汇

其他语言

相邻词汇

  1. lazy flow 什么意思
  2. lazy guy 什么意思
  3. lazy h antenna 什么意思
  4. lazy halyard 什么意思
  5. lazy harry 什么意思
  6. lazy jack 什么意思
  7. lazy lady 什么意思
  8. lazy leg 什么意思
  9. lazy legs 什么意思
  10. lazy leucocyte syndrome 什么意思
桌面版繁體版English

相关阅读

Copyright © 2025 WordTech Co.

Last modified time:Tue, 12 Aug 2025 00:29:56 GMT